3.817 \(\int \frac{1}{(d+e x) (f+g x) (a+b x+c x^2)} \, dx\)

Optimal. Leaf size=246 \[ -\frac{\tanh ^{-1}\left (\frac{b+2 c x}{\sqrt{b^2-4 a c}}\right ) \left (-c (2 a e g+b d g+b e f)+b^2 e g+2 c^2 d f\right )}{\sqrt{b^2-4 a c} \left (a e^2-b d e+c d^2\right ) \left (c f^2-g (b f-a g)\right )}-\frac{\log \left (a+b x+c x^2\right ) (-b e g+c d g+c e f)}{2 \left (a e^2-b d e+c d^2\right ) \left (c f^2-g (b f-a g)\right )}+\frac{e^2 \log (d+e x)}{(e f-d g) \left (a e^2-b d e+c d^2\right )}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (a g^2-b f g+c f^2\right )} \]

[Out]

-(((2*c^2*d*f + b^2*e*g - c*(b*e*f + b*d*g + 2*a*e*g))*ArcTanh[(b + 2*c*x)/Sqrt[b^2 - 4*a*c]])/(Sqrt[b^2 - 4*a
*c]*(c*d^2 - b*d*e + a*e^2)*(c*f^2 - g*(b*f - a*g)))) + (e^2*Log[d + e*x])/((c*d^2 - b*d*e + a*e^2)*(e*f - d*g
)) - (g^2*Log[f + g*x])/((e*f - d*g)*(c*f^2 - b*f*g + a*g^2)) - ((c*e*f + c*d*g - b*e*g)*Log[a + b*x + c*x^2])
/(2*(c*d^2 - b*d*e + a*e^2)*(c*f^2 - g*(b*f - a*g)))

________________________________________________________________________________________

Rubi [A]  time = 0.467849, antiderivative size = 246, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 5, integrand size = 27, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.185, Rules used = {893, 634, 618, 206, 628} \[ -\frac{\tanh ^{-1}\left (\frac{b+2 c x}{\sqrt{b^2-4 a c}}\right ) \left (-c (2 a e g+b d g+b e f)+b^2 e g+2 c^2 d f\right )}{\sqrt{b^2-4 a c} \left (a e^2-b d e+c d^2\right ) \left (c f^2-g (b f-a g)\right )}-\frac{\log \left (a+b x+c x^2\right ) (-b e g+c d g+c e f)}{2 \left (a e^2-b d e+c d^2\right ) \left (c f^2-g (b f-a g)\right )}+\frac{e^2 \log (d+e x)}{(e f-d g) \left (a e^2-b d e+c d^2\right )}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (a g^2-b f g+c f^2\right )} \]

Antiderivative was successfully verified.

[In]

Int[1/((d + e*x)*(f + g*x)*(a + b*x + c*x^2)),x]

[Out]

-(((2*c^2*d*f + b^2*e*g - c*(b*e*f + b*d*g + 2*a*e*g))*ArcTanh[(b + 2*c*x)/Sqrt[b^2 - 4*a*c]])/(Sqrt[b^2 - 4*a
*c]*(c*d^2 - b*d*e + a*e^2)*(c*f^2 - g*(b*f - a*g)))) + (e^2*Log[d + e*x])/((c*d^2 - b*d*e + a*e^2)*(e*f - d*g
)) - (g^2*Log[f + g*x])/((e*f - d*g)*(c*f^2 - b*f*g + a*g^2)) - ((c*e*f + c*d*g - b*e*g)*Log[a + b*x + c*x^2])
/(2*(c*d^2 - b*d*e + a*e^2)*(c*f^2 - g*(b*f - a*g)))

Rule 893

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :
> Int[ExpandIntegrand[(d + e*x)^m*(f + g*x)^n*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] &
& NeQ[e*f - d*g, 0] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && IntegerQ[p] && ((EqQ[p, 1] && I
ntegersQ[m, n]) || (ILtQ[m, 0] && ILtQ[n, 0]))

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rubi steps

\begin{align*} \int \frac{1}{(d+e x) (f+g x) \left (a+b x+c x^2\right )} \, dx &=\int \left (-\frac{e^3}{\left (c d^2-b d e+a e^2\right ) (-e f+d g) (d+e x)}-\frac{g^3}{(e f-d g) \left (c f^2-b f g+a g^2\right ) (f+g x)}+\frac{c^2 d f+b^2 e g-c (b e f+b d g+a e g)-c (c e f+c d g-b e g) x}{\left (c d^2-b d e+a e^2\right ) \left (c f^2-b f g+a g^2\right ) \left (a+b x+c x^2\right )}\right ) \, dx\\ &=\frac{e^2 \log (d+e x)}{\left (c d^2-b d e+a e^2\right ) (e f-d g)}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (c f^2-b f g+a g^2\right )}+\frac{\int \frac{c^2 d f+b^2 e g-c (b e f+b d g+a e g)-c (c e f+c d g-b e g) x}{a+b x+c x^2} \, dx}{\left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}\\ &=\frac{e^2 \log (d+e x)}{\left (c d^2-b d e+a e^2\right ) (e f-d g)}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (c f^2-b f g+a g^2\right )}+\frac{(-c e f-c d g+b e g) \int \frac{b+2 c x}{a+b x+c x^2} \, dx}{2 \left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}+\frac{\left (2 c^2 d f+b^2 e g-c (b e f+b d g+2 a e g)\right ) \int \frac{1}{a+b x+c x^2} \, dx}{2 \left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}\\ &=\frac{e^2 \log (d+e x)}{\left (c d^2-b d e+a e^2\right ) (e f-d g)}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (c f^2-b f g+a g^2\right )}-\frac{(c e f+c d g-b e g) \log \left (a+b x+c x^2\right )}{2 \left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}-\frac{\left (2 c^2 d f+b^2 e g-c (b e f+b d g+2 a e g)\right ) \operatorname{Subst}\left (\int \frac{1}{b^2-4 a c-x^2} \, dx,x,b+2 c x\right )}{\left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}\\ &=-\frac{\left (2 c^2 d f+b^2 e g-c (b e f+b d g+2 a e g)\right ) \tanh ^{-1}\left (\frac{b+2 c x}{\sqrt{b^2-4 a c}}\right )}{\sqrt{b^2-4 a c} \left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}+\frac{e^2 \log (d+e x)}{\left (c d^2-b d e+a e^2\right ) (e f-d g)}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (c f^2-b f g+a g^2\right )}-\frac{(c e f+c d g-b e g) \log \left (a+b x+c x^2\right )}{2 \left (c d^2-b d e+a e^2\right ) \left (c f^2-g (b f-a g)\right )}\\ \end{align*}

Mathematica [A]  time = 0.377274, size = 246, normalized size = 1. \[ \frac{\tan ^{-1}\left (\frac{b+2 c x}{\sqrt{4 a c-b^2}}\right ) \left (-c (2 a e g+b d g+b e f)+b^2 e g+2 c^2 d f\right )}{\sqrt{4 a c-b^2} \left (e (a e-b d)+c d^2\right ) \left (g (a g-b f)+c f^2\right )}+\frac{e^2 \log (d+e x)}{(e f-d g) \left (e (a e-b d)+c d^2\right )}-\frac{\log (a+x (b+c x)) (-b e g+c d g+c e f)}{2 \left (e (a e-b d)+c d^2\right ) \left (g (a g-b f)+c f^2\right )}-\frac{g^2 \log (f+g x)}{(e f-d g) \left (g (a g-b f)+c f^2\right )} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((d + e*x)*(f + g*x)*(a + b*x + c*x^2)),x]

[Out]

((2*c^2*d*f + b^2*e*g - c*(b*e*f + b*d*g + 2*a*e*g))*ArcTan[(b + 2*c*x)/Sqrt[-b^2 + 4*a*c]])/(Sqrt[-b^2 + 4*a*
c]*(c*d^2 + e*(-(b*d) + a*e))*(c*f^2 + g*(-(b*f) + a*g))) + (e^2*Log[d + e*x])/((c*d^2 + e*(-(b*d) + a*e))*(e*
f - d*g)) - (g^2*Log[f + g*x])/((e*f - d*g)*(c*f^2 + g*(-(b*f) + a*g))) - ((c*e*f + c*d*g - b*e*g)*Log[a + x*(
b + c*x)])/(2*(c*d^2 + e*(-(b*d) + a*e))*(c*f^2 + g*(-(b*f) + a*g)))

________________________________________________________________________________________

Maple [B]  time = 0.166, size = 606, normalized size = 2.5 \begin{align*}{\frac{\ln \left ( c{x}^{2}+bx+a \right ) beg}{ \left ( 2\,a{e}^{2}-2\,bde+2\,c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) }}-{\frac{c\ln \left ( c{x}^{2}+bx+a \right ) dg}{ \left ( 2\,a{e}^{2}-2\,bde+2\,c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) }}-{\frac{c\ln \left ( c{x}^{2}+bx+a \right ) ef}{ \left ( 2\,a{e}^{2}-2\,bde+2\,c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) }}-2\,{\frac{aceg}{ \left ( a{e}^{2}-bde+c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) \sqrt{4\,ac-{b}^{2}}}\arctan \left ({\frac{2\,cx+b}{\sqrt{4\,ac-{b}^{2}}}} \right ) }+{\frac{{b}^{2}eg}{ \left ( a{e}^{2}-bde+c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) }\arctan \left ({(2\,cx+b){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \right ){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}}-{\frac{bcdg}{ \left ( a{e}^{2}-bde+c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) }\arctan \left ({(2\,cx+b){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \right ){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}}-{\frac{bcef}{ \left ( a{e}^{2}-bde+c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) }\arctan \left ({(2\,cx+b){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \right ){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}}+2\,{\frac{{c}^{2}df}{ \left ( a{e}^{2}-bde+c{d}^{2} \right ) \left ( a{g}^{2}-bfg+c{f}^{2} \right ) \sqrt{4\,ac-{b}^{2}}}\arctan \left ({\frac{2\,cx+b}{\sqrt{4\,ac-{b}^{2}}}} \right ) }-{\frac{{e}^{2}\ln \left ( ex+d \right ) }{ \left ( dg-ef \right ) \left ( a{e}^{2}-bde+c{d}^{2} \right ) }}+{\frac{{g}^{2}\ln \left ( gx+f \right ) }{ \left ( a{g}^{2}-bfg+c{f}^{2} \right ) \left ( dg-ef \right ) }} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(e*x+d)/(g*x+f)/(c*x^2+b*x+a),x)

[Out]

1/2/(a*e^2-b*d*e+c*d^2)/(a*g^2-b*f*g+c*f^2)*ln(c*x^2+b*x+a)*b*e*g-1/2/(a*e^2-b*d*e+c*d^2)/(a*g^2-b*f*g+c*f^2)*
c*ln(c*x^2+b*x+a)*d*g-1/2/(a*e^2-b*d*e+c*d^2)/(a*g^2-b*f*g+c*f^2)*c*ln(c*x^2+b*x+a)*e*f-2/(a*e^2-b*d*e+c*d^2)/
(a*g^2-b*f*g+c*f^2)/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))*a*c*e*g+1/(a*e^2-b*d*e+c*d^2)/(a*g^2
-b*f*g+c*f^2)/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))*b^2*e*g-1/(a*e^2-b*d*e+c*d^2)/(a*g^2-b*f*g
+c*f^2)/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))*b*c*d*g-1/(a*e^2-b*d*e+c*d^2)/(a*g^2-b*f*g+c*f^2
)/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))*b*c*e*f+2/(a*e^2-b*d*e+c*d^2)/(a*g^2-b*f*g+c*f^2)/(4*a
*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))*c^2*d*f-e^2/(d*g-e*f)/(a*e^2-b*d*e+c*d^2)*ln(e*x+d)+g^2/(a*g
^2-b*f*g+c*f^2)/(d*g-e*f)*ln(g*x+f)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(g*x+f)/(c*x^2+b*x+a),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(g*x+f)/(c*x^2+b*x+a),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(g*x+f)/(c*x**2+b*x+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.1308, size = 529, normalized size = 2.15 \begin{align*} \frac{g^{3} \log \left ({\left | g x + f \right |}\right )}{c d f^{2} g^{2} - b d f g^{3} + a d g^{4} - c f^{3} g e + b f^{2} g^{2} e - a f g^{3} e} - \frac{{\left (c d g + c f e - b g e\right )} \log \left (c x^{2} + b x + a\right )}{2 \,{\left (c^{2} d^{2} f^{2} - b c d^{2} f g + a c d^{2} g^{2} - b c d f^{2} e + b^{2} d f g e - a b d g^{2} e + a c f^{2} e^{2} - a b f g e^{2} + a^{2} g^{2} e^{2}\right )}} - \frac{e^{3} \log \left ({\left | x e + d \right |}\right )}{c d^{3} g e - c d^{2} f e^{2} - b d^{2} g e^{2} + b d f e^{3} + a d g e^{3} - a f e^{4}} + \frac{{\left (2 \, c^{2} d f - b c d g - b c f e + b^{2} g e - 2 \, a c g e\right )} \arctan \left (\frac{2 \, c x + b}{\sqrt{-b^{2} + 4 \, a c}}\right )}{{\left (c^{2} d^{2} f^{2} - b c d^{2} f g + a c d^{2} g^{2} - b c d f^{2} e + b^{2} d f g e - a b d g^{2} e + a c f^{2} e^{2} - a b f g e^{2} + a^{2} g^{2} e^{2}\right )} \sqrt{-b^{2} + 4 \, a c}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(g*x+f)/(c*x^2+b*x+a),x, algorithm="giac")

[Out]

g^3*log(abs(g*x + f))/(c*d*f^2*g^2 - b*d*f*g^3 + a*d*g^4 - c*f^3*g*e + b*f^2*g^2*e - a*f*g^3*e) - 1/2*(c*d*g +
 c*f*e - b*g*e)*log(c*x^2 + b*x + a)/(c^2*d^2*f^2 - b*c*d^2*f*g + a*c*d^2*g^2 - b*c*d*f^2*e + b^2*d*f*g*e - a*
b*d*g^2*e + a*c*f^2*e^2 - a*b*f*g*e^2 + a^2*g^2*e^2) - e^3*log(abs(x*e + d))/(c*d^3*g*e - c*d^2*f*e^2 - b*d^2*
g*e^2 + b*d*f*e^3 + a*d*g*e^3 - a*f*e^4) + (2*c^2*d*f - b*c*d*g - b*c*f*e + b^2*g*e - 2*a*c*g*e)*arctan((2*c*x
 + b)/sqrt(-b^2 + 4*a*c))/((c^2*d^2*f^2 - b*c*d^2*f*g + a*c*d^2*g^2 - b*c*d*f^2*e + b^2*d*f*g*e - a*b*d*g^2*e
+ a*c*f^2*e^2 - a*b*f*g*e^2 + a^2*g^2*e^2)*sqrt(-b^2 + 4*a*c))